home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000131_the_logs (we really did make all >& all.log).msg < prev    next >
Text File  |  1994-10-11  |  2KB  |  51 lines

  1.  
  2. we get this error:
  3.  
  4. gcc  -I. -I. -I..    -g  -c tex-glyph.c
  5. gcc  -I. -I. -I..    -g  -c tex-make.c
  6. tex-make.c: In function `kpse_make_tex':
  7. tex-make.c:110: `EXIT_FAILURE' undeclared (first use this function)
  8. tex-make.c:110: (Each undeclared identifier is reported only once
  9. tex-make.c:110: for each function it appears in.)
  10. *** Error code 1
  11. make: Fatal error: Command failed for target `tex-make.o'
  12. Current working directory /mnt/source/TEX/UMB/dvipsk-5.521a/kpathsea
  13. *** Error code 1
  14. make: Fatal error: Command failed for target `do-kpathsea'
  15.  
  16.  
  17.  
  18. OK, so then we tried just to make dvipsk, but another similar error:
  19.  
  20.  
  21. cd dvipsk
  22. make all >& all.log
  23.  
  24. gcc  -I. -I. -I..   -DTPIC -O  -c search.c
  25. search.c: In function `search':
  26. search.c:34: `EXIT_FAILURE' undeclared (first use this function)
  27. search.c:34: (Each undeclared identifier is reported only once
  28. search.c:34: for each function it appears in.)
  29. search.c: In function `pksearch':
  30. search.c:58: `EXIT_FAILURE' undeclared (first use this function)
  31. *** Error code 1
  32. make: Fatal error: Command failed for target `search.o'
  33. 127 zenith ## 
  34.  
  35.  
  36. This is a standard SPARC ELC with GCC. We had no compile problems with
  37. web2c-581d (well, OK, we had a paths problem but we fixed that).  
  38.  
  39. We even tried with just normal "cc -O" and get the same errors (along with
  40. a bunch of other ones...:-(((   )).
  41.  
  42.  
  43. Is there something else we have to configure first for these functions to work?
  44.  
  45.  
  46. Thanks a bunch in advance for any help!!
  47.  
  48. --Roger Jagoda
  49. Cornell University
  50. rogerj@lps.cornell.edu
  51.